Typical Usage:
(1) The following example waits for at least 300 events in the event counter:
MAIN.C void main(void) { word cnt; PA1_ResetCounter(); /* reset the pulse accumulator */ /* wait for 300 events */ while( cnt<300 ) PA1_GetCounterValue(&cnt); }